Snapservice Reports Clusters VirtualMachines Snapshots StatusByVirtualMachineItem

Snapservice Reports Clusters VirtualMachines Snapshots StatusByVirtualMachineItem
Snapservice Reports Clusters VirtualMachines Snapshots StatusByVirtualMachineItem

The Snapservice Reports Clusters VirtualMachines Snapshots StatusByVirtualMachineItem schema contains information about status counts of virtual machine snapshots aggregated by virtual machine as returned by GET /snapservice/reports/clusters/{cluster}/virtual-machines/snapshot-status-counts?aggregateBy=virtual-machine operation

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "vm": "string",
    "info": {
        "error_count": 0,
        "success_count": 0
    }
}
string
vm
Required

ID of the virtual machine.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VirtualMachine. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VirtualMachine.

info
Required

Information about aggregated status counts of the snapshots.

This property was added in vSphere API 9.0.0.0.